gtk/gtkeditable: Some docs fixes
authorJavier Jardón <jjardon@gnome.org>
Mon, 28 Nov 2011 15:23:00 +0000 (15:23 +0000)
committerJavier Jardón <jjardon@gnome.org>
Mon, 28 Nov 2011 15:23:00 +0000 (15:23 +0000)
gtk/gtkeditable.c

index 59500d33c3ac3dc608be766023909b8a4e2dd0b6..7179c8a29f01489a946b412a79120796d153c7a5 100644 (file)
  * @Title: GtkEditable
  *
  * The #GtkEditable interface is an interface which should be implemented by
- * text editing widgets, such as #GtkEntry and #GtkText. It contains functions
+ * text editing widgets, such as #GtkEntry and #GtkSpinButton. It contains functions
  * for generically manipulating an editable widget, a large number of action
  * signals used for key bindings, and several signals that an application can
  * connect to to modify the behavior of a widget.
  *
  * As an example of the latter usage, by connecting
- * the following handler to "insert_text", an application
+ * the following handler to #GtkEditable::insert-text, an application
  * can convert all entry into a widget into uppercase.
  *
  * <example>